home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / dev / src / wangisrc.lha / wangi / z / CNode / gst.c < prev   
C/C++ Source or Header  |  1995-12-11  |  423b  |  25 lines

  1. /***************************************************************************
  2.  * gst.c
  3.  *
  4.  * CNode, Copyright ©1995 Lee Kindness.
  5.  *
  6.  */
  7.  
  8. /* ANSI headers */
  9. #include <string.h>
  10. #include <ctype.h>
  11.  
  12. /* Amiga headers */
  13. #include <exec/types.h>
  14. #include <exec/memory.h>
  15. #include <dos/dos.h>
  16. #include <libraries/nl.h>
  17.  
  18. /* Protos */
  19. #include <proto/exec.h>
  20. #include <proto/dos.h>
  21.  
  22. /* Amiga.lib */
  23. //#include <clib/alib_protos.h>
  24.  
  25.